home *** CD-ROM | disk | FTP | other *** search
/ Usibelli Coal Mine Energy for a New Generation / Usibelli Coal Mine - Energy for a New Generation.iso / Videos / StripSeqPro.swf / scripts / frame_22 / DoAction.as
Text File  |  2006-01-04  |  1KB  |  78 lines

  1. trace("frame 22");
  2. stopper();
  3. step1_but.onRelease = function()
  4. {
  5.    trace("but1 pressed");
  6.    clearInterval(theDelay);
  7.    gotoAndStop("1start");
  8.    play();
  9. };
  10. step2_but.onRelease = function()
  11. {
  12.    trace("but2 pressed");
  13.    clearInterval(theDelay);
  14.    gotoAndStop("2start");
  15.    play();
  16. };
  17. step3_but.onRelease = function()
  18. {
  19.    clearInterval(theDelay);
  20.    gotoAndStop("3start");
  21.    play();
  22. };
  23. step4_but.onRelease = function()
  24. {
  25.    clearInterval(theDelay);
  26.    gotoAndStop("4start");
  27.    play();
  28. };
  29. step5_but.onRelease = function()
  30. {
  31.    clearInterval(theDelay);
  32.    gotoAndStop("5start");
  33.    play();
  34. };
  35. step6_but.onRelease = function()
  36. {
  37.    clearInterval(theDelay);
  38.    gotoAndStop("6start");
  39.    play();
  40. };
  41. step7_but.onRelease = function()
  42. {
  43.    clearInterval(theDelay);
  44.    gotoAndStop("7start");
  45.    play();
  46. };
  47. step8_but.onRelease = function()
  48. {
  49.    clearInterval(theDelay);
  50.    gotoAndStop("8start");
  51.    play();
  52. };
  53. step9_but.onRelease = function()
  54. {
  55.    clearInterval(theDelay);
  56.    gotoAndStop("9start");
  57.    play();
  58. };
  59. step10_but.onRelease = function()
  60. {
  61.    clearInterval(theDelay);
  62.    gotoAndStop("10start");
  63.    play();
  64. };
  65. step11_but.onRelease = function()
  66. {
  67.    clearInterval(theDelay);
  68.    gotoAndStop("11start");
  69.    play();
  70. };
  71. step12_but.onRelease = function()
  72. {
  73.    clearInterval(theDelay);
  74.    gotoAndStop("12start");
  75.    play();
  76. };
  77. stop();
  78.